projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37fec3
)
(tq-filter): No need for save-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Sep 1996 22:00:30 +0000
(22:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Sep 1996 22:00:30 +0000
(22:00 +0000)
lisp/emacs-lisp/tq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/tq.el
b/lisp/emacs-lisp/tq.el
index e0524bb6e19cb405e0b6fcff2c36a724d02bb71b..0de2c48e638b765ce91d82fb9b3e41695f0e39ef 100644
(file)
--- a/
lisp/emacs-lisp/tq.el
+++ b/
lisp/emacs-lisp/tq.el
@@
-89,7
+89,7
@@
that's how we tell where the answer ends."
"Append STRING to the TQ's buffer; then process the new data."
(let ((old-buffer (current-buffer)))
(unwind-protect
- (
save-match-data
+ (
progn
(set-buffer (tq-buffer tq))
(goto-char (point-max))
(insert string)